From 2a834a412dbf7ba6f3b28736a92fbf21818c89c1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 24 Apr 2006 05:46:41 +0000 Subject: [PATCH] Add new stock icons. 2006-04-24 Matthias Clasen * gtk/Makefile.am (HTML_IMAGES): Add new stock icons. * gtk/tmpl/gtkstock.sgml: Document new stock icons --- docs/reference/ChangeLog | 4 ++++ docs/reference/gtk/Makefile.am | 3 +++ docs/reference/gtk/tmpl/gtkstock.sgml | 27 +++++++++++++++++++++++++++ 3 files changed, 34 insertions(+) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 0fb41dbc56..ee8350ffc2 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,5 +1,9 @@ 2006-04-24 Matthias Clasen + * gtk/Makefile.am (HTML_IMAGES): Add new stock icons. + + * gtk/tmpl/gtkstock.sgml: Document new stock icons + * gtk/gtk-docs.sgml: * gtk/gtk-sections.txt: Add a rich text section diff --git a/docs/reference/gtk/Makefile.am b/docs/reference/gtk/Makefile.am index ff78ff1d55..9aca8205ba 100644 --- a/docs/reference/gtk/Makefile.am +++ b/docs/reference/gtk/Makefile.am @@ -212,6 +212,9 @@ HTML_IMAGES = \ $(top_srcdir)/gtk/stock-icons/20/gtk-no.png \ $(top_srcdir)/gtk/stock-icons/20/gtk-ok.png \ $(top_srcdir)/gtk/stock-icons/24/gtk-open.png \ + $(top_srcdir)/gtk/stock-icons/24/gtk-orientation-landscale.png \ + $(top_srcdir)/gtk/stock-icons/24/gtk-orientation-portrait.png \ + $(top_srcdir)/gtk/stock-icons/24/gtk-orientation-reverse-landscape.png \ $(top_srcdir)/gtk/stock-icons/24/gtk-paste.png \ $(top_srcdir)/gtk/stock-icons/24/gtk-preferences.png \ $(top_srcdir)/gtk/stock-icons/24/gtk-print.png \ diff --git a/docs/reference/gtk/tmpl/gtkstock.sgml b/docs/reference/gtk/tmpl/gtkstock.sgml index 678072b9fa..36ff8036a3 100644 --- a/docs/reference/gtk/tmpl/gtkstock.sgml +++ b/docs/reference/gtk/tmpl/gtkstock.sgml @@ -676,6 +676,33 @@ The "Open" item. + + +The "Landscape Orientation" icon. + + + +@Since: 2.10 + + + + +The "Portrait Orientation" icon. + + + +@Since: 2.10 + + + + +The "Reverse Landscape Orientation" icon. + + + +@Since: 2.10 + + The "Paste" item. -- 2.30.2